home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / jump_gam.swf / scripts / frame_41 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  201 b   |  12 lines

  1. if(math.abs(endPoint - loadRunner._x) < 1)
  2. {
  3.    loadRunner._x = endPoint;
  4.    gotoAndStop("intro");
  5.    play();
  6.    loadRunner.gotoAndPlay("out");
  7. }
  8. else
  9. {
  10.    gotoAndPlay(_currentframe - 1);
  11. }
  12.